home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / amigaos4_only / mpega_libmad / support_pup.h < prev    next >
C/C++ Source or Header  |  2004-08-03  |  322b  |  12 lines

  1. #ifndef SUPPORT_PUP_H
  2. #define SUPPORT_PUP_H
  3.  
  4. #include "library_base.h"
  5.  
  6. ULONG InitDispatch(struct PrivateBase *PrivateBase, ULONG MsgType);
  7. void RemoveDispatch(struct PrivateBase *PrivateBase, ULONG MsgType);
  8. ULONG InitSupport(struct PrivateBase *PrivateBase);
  9. void RemoveSupport(struct PrivateBase *PrivateBase);
  10.  
  11. #endif
  12.